/ Assembly List / LJCNetCommon / NetCommon / CheckArgument``1

Namespace - LJCNetCommon


Parameters
argument - The argument value.

Syntax

C#
public static Void CheckArgument(T argument)

Check for missing argument of type: string with no value, null, integer = 0, IList with no items, decimal = 0 or DataTable with no rows.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.